ascii printable charactersの例文
- The encoding scheme was designed to make the coordinate characters safely sent over serial links by assigning each value from the set of ASCII printable characters.
- Then each digit ( again, most significant first ) is encoded as an ASCII printable character by adding 33 to it, giving the ASCII characters 33 ( " ! " ) through 117 ( " u " ).
- Most of these encodings generate text containing only a subset of all ASCII printable characters : for example, the base64 encoding generates text that only contains upper case and lower case letters, ( A Z, a z ), numerals ( 0 9 ), and the " + ", " / ", and " = " symbols.